home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / gth035.zip / DOORSUB.HLP < prev    next >
Text File  |  1990-06-30  |  2KB  |  47 lines

  1.  
  2. ╔═════════╦════════════════════════════════════════════════════════════
  3. ║ GT-HELP ║ GTDOOR-*.BBS - Door Sub-menus
  4. ╚═════════╩════════════════════════════════════════════════════════════
  5.  
  6.  
  7.     Door sub-menus are optional, and generally only appropriate for boards
  8.     with LOTS of doors.  If you only have a few doors, you are not likely
  9.     to need sub-menus.
  10.  
  11.     GT can support 26 door sub-menus, identified as A to Z.
  12.  
  13.     When working with sub-menus, the GTMENU.BBS generally lists the *types*
  14.     of door available, rather than individual doors, eg :
  15.  
  16.                        G.  Game Doors
  17.                        D.  Database Doors
  18.                        U.  Utility Doors
  19.  
  20.     and the sub-menus G, D and U list the doors themselves in the same way
  21.     as would originally be done for the GTDOORS.BBS.
  22.  
  23.     Note:   callers who know a particular door need not go through the
  24.             sub-menu, ie door 22 could equally well be accessed from the
  25.             main menu by O G 22 or just by O 22.
  26.  
  27.  
  28. ┌─────────────────────────────┐
  29. │ Allocating the door numbers │
  30. └─────────────────────────────┘
  31.  
  32.     There is no particular relationship between the sub menu and individual
  33.     doors,  which continue to be numbered 1 to 999, so
  34.  
  35.         a)  You could decide to reserve numbers in blocks, eg :
  36.  
  37.                 0-99        for doors in submenu G
  38.                 100-199     for doors in submenu D
  39.                 200-299     for doors in submenu U
  40.  
  41.         b)  You could just issue door numbers sequentially as you implement
  42.             each one.
  43.  
  44.         c)  You could have some doors which are common to two or more
  45.             submenus using the same door number.
  46.  
  47.